projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcd2ab4
)
Fix typo.
author
Pavel Janík
<Pavel@Janik.cz>
Fri, 21 Dec 2001 12:47:12 +0000
(12:47 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Fri, 21 Dec 2001 12:47:12 +0000
(12:47 +0000)
etc/PROBLEMS
patch
|
blob
|
history
diff --git
a/etc/PROBLEMS
b/etc/PROBLEMS
index 46b908d1598332c784862a6d49bcdda64643eb19..3917d68bb5697d7459b3034b9a4e58876632df69 100644
(file)
--- a/
etc/PROBLEMS
+++ b/
etc/PROBLEMS
@@
-556,7
+556,7
@@
Emacs so that it isn't compiled with `-O5'.
* Compiling on AIX 4.3.x or 4.4 fails.
-This could happen if you use /bin/c89 as you
i
r compiler, instead of
+This could happen if you use /bin/c89 as your compiler, instead of
the default `cc'. /bin/c89 treats certain warnings, such as benign
redefinitions of macros, as errors, and fails the build. A solution
is to use the default compiler `cc'.